projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52ef2f2
)
A small correction of previous commit
author
Marek Kasik
<mkasik@redhat.com>
Mon, 19 Oct 2009 09:44:09 +0000
(11:44 +0200)
committer
Marek Kasik
<mkasik@redhat.com>
Mon, 19 Oct 2009 09:44:09 +0000
(11:44 +0200)
Correct of a typo.
gtk/gtktooltip.c
patch
|
blob
|
history
diff --git
a/gtk/gtktooltip.c
b/gtk/gtktooltip.c
index ee4fb0e0e96d45fcb8cef491c10795d860b00989..1b628776f0ea5e15d9adb7c293b97d94d56bcdf8 100644
(file)
--- a/
gtk/gtktooltip.c
+++ b/
gtk/gtktooltip.c
@@
-501,7
+501,7
@@
gtk_tooltip_window_style_set (GtkTooltip *tooltip)
tooltip->window->style->ythickness,
tooltip->window->style->xthickness,
tooltip->window->style->xthickness);
- gtk_box_set_spacing (GTK_BOX (tooltip->
hbox
,
+ gtk_box_set_spacing (GTK_BOX (tooltip->
box)
,
tooltip->window->style->xthickness);
gtk_widget_queue_draw (tooltip->window);